home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Griffith 0.9.8 / griffith-0.9.8-win32.exe / {app} / etc / fonts / conf.avail / 20-lohit-gujarati.conf < prev    next >
Extensible Markup Language  |  2007-03-26  |  301b  |  12 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4.  
  5. <!-- Available Gujarti fonts look much better without hinting -->
  6.  
  7.     <match target="font">
  8.         <test name="family"><string>Lohit Gujarati</string></test>
  9.         <edit name="hinting"><bool>false</bool></edit>
  10.     </match>
  11. </fontconfig>
  12.